runtime.lfstack.push (method)
13 uses
runtime (current package)
lfstack.go#L24: func (head *lfstack) push(node *lfnode) {
mcleanup.go#L483: q.full.push(&b.lfnode)
mcleanup.go#L563: q.full.push(&cb.lfnode)
mcleanup.go#L569: q.free.push(&b.lfnode)
mcleanup.go#L574: q.full.push(&cb.lfnode)
mcleanup.go#L756: gcCleanups.free.push(&b.lfnode)
mgc.go#L1814: gcBgMarkWorkerPool.push(&node.node)
mgcpacer.go#L828: gcBgMarkWorkerPool.push(&node.node)
mgcpacer.go#L838: gcBgMarkWorkerPool.push(&node.node)
mgcpacer.go#L908: gcBgMarkWorkerPool.push(&node.node)
mgcwork.go#L482: work.empty.push(&b.node)
mgcwork.go#L492: work.full.push(&b.node)
mspanset.go#L344: p.stack.push(&block.lfnode)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |